home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Adobe Air 1.5 / AdobeAIRInstaller.exe / setup.swf / scripts / mx / utils / IXMLNotifiable.as < prev    next >
Text File  |  2008-10-29  |  204b  |  10 lines

  1. package mx.utils
  2. {
  3.    public interface IXMLNotifiable
  4.    {
  5.        
  6.       
  7.       function xmlNotification(param1:Object, param2:String, param3:Object, param4:Object, param5:Object) : void;
  8.    }
  9. }
  10.